projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8fc2ee
)
Temporarily disable checking for headers
author
Félix Piédallu
<felix@piedallu.me>
Tue, 9 Jan 2018 20:48:01 +0000
(21:48 +0100)
committer
Félix Piédallu
<felix@piedallu.me>
Fri, 2 Feb 2018 15:37:20 +0000
(16:37 +0100)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index e168171037e55090be131a5c371b7bea813f01da..8c91b733f6a071f6b536ddd50cfab927f23e9e4b 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-177,7
+177,7
@@
endif
have_dlfcn_h = cc.has_header('dlfcn.h')
have_dl_h = cc.has_header('dl.h')
if not (have_dlfcn_h or have_dl_h)
- error('Header dlfcn.h or dl.h not provided. Please provide one of them.')
+
#
error('Header dlfcn.h or dl.h not provided. Please provide one of them.')
endif
conf.set('HAVE_DLFCN_H', have_dlfcn_h)